/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     0.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/topAir/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


7
(
    topAir_top
    {
        type            symmetryPlane;
        nFaces          100;
        startFace       227556;
    }

    leftLet
    {
        type            patch;
        nFaces          1144;
        startFace       227656;
    }

    rightLet
    {
        type            patch;
        nFaces          1144;
        startFace       228800;
    }

    frontAndBack
    {
        type            empty;
        inGroups        List<word> 0();
        nFaces          228800;
        startFace       229944;
    }

    topAir_to_wallad1
    {
        type            mappedWall;
        inGroups        List<word> 0();
        nFaces          33;
        startFace       458744;
        sampleMode      nearestPatchFace;
        sampleRegion    wallad1;
        samplePatch     wallad1_to_topAir;
    }

    topAir_to_wallad2
    {
        type            mappedWall;
        inGroups        List<word> 0();
        nFaces          33;
        startFace       458777;
        sampleMode      nearestPatchFace;
        sampleRegion    wallad2;
        samplePatch     wallad2_to_topAir;
    }

    topAir_to_wall
    {
        type            mappedWall;
        inGroups        List<word> 0();
        nFaces          34;
        startFace       458810;
        sampleMode      nearestPatchFace;
        sampleRegion    wall;
        samplePatch     wall_to_topAir;
    }

)


// ************************************************************************* //
